Release 10.1A: OpenEdge Data Management:
Database Administration
PROSTRCT ADD qualifier
Appends the files from a new structure description (
.st) file to a database.Syntax
Parameters
db-nameSpecifies the database you are using.
structure-description-fileSpecifies the new
.stfile. Do not usedb-name.st.-validateParses the contents of the
.stfile for syntax errors. When-validateis specified, the database is not created. Each line of the structure file is read and evaluated. If errors are detected, the type of error is reported along with the line number. For a discussion of the syntax and rule checking -validate provides, see the "Validating structure description files" section.Use PROSTRCT ADD to add new storage areas and extents to new or existing storage areas.
Notes
- You can use PROSTRCT ADD to add areas and extents only when the database is offline. Use PROSTRCT ADDONLINE to add areas and extents to an online database. For details, see the "PROSTRCT ADDONLINE qualifier" section.
- The new structure description file cannot identify existing extent files. It can only contain the definitions for new extent files. See Chapter 1, "Creating and Deleting Databases," for a complete description of structure description files and storage areas.
- Run PROSTRCT LIST after updating the database with PROSTRCT ADD. PROSTRCT LIST verifies that the .
stcontains the updated information.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |